[News] Utiliser le framework de bouchon Moq

Posted on Dot Net Guru See other posts from Dot Net Guru
Published on Sun, 14 Mar 2010 23:02:08 +0100 Indexed on 2010/03/14 23:05 UTC
Read the original article Hit count: 319

Filed under:
Moq est un framework permettant de mettre en oeuvre les mock-objets destin?es aux phases de tests. Cet excellent article illustre le principe : " (...) it is intended to be straightforward and easy to use mocking framework that doesn?t require any prior knowledge of the mocking concepts. So, it doesn't requires deep learning curve from the developers. It takes full advantage of the .NET 3.5 expression trees and the lambda expressions. Any of the methods and properties of the mock object can be easily represented in the lambda expressions."

© Dot Net Guru or respective owner

Related posts about Articles